home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 9675 / 9675.xpi / chrome / content / simpletimer-chrome.js < prev    next >
Text File  |  2009-04-23  |  203b  |  4 lines

  1. // Install load and unload handlers.
  2. window.addEventListener("load", function(e) { SimpleTimer.startup(); }, false);
  3. window.addEventListener("unload", function(e) { SimpleTimer.shutdown(); }, false);
  4.